projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a38628
)
(gdb): Make gud-pp use user-defined command pp1.
author
Nick Roberts
<nickrob@snap.net.nz>
Wed, 9 Nov 2005 20:39:06 +0000
(20:39 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Wed, 9 Nov 2005 20:39:06 +0000
(20:39 +0000)
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index d6333e7d13234a220456030fa84c011a414e2c5e..d5904a83ac990cee7792fffe18d54028c99127e3 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-625,7
+625,7
@@
and source-file directory for your debugger."
(gud-def gud-pstar "print* %e" nil
"Evaluate C dereferenced pointer expression at point.")
;; For debugging Emacs only.
- (gud-def gud-pp "pp
%e"
nil "Print the emacs s-expression.")
+ (gud-def gud-pp "pp
1 %e"
nil "Print the emacs s-expression.")
(gud-def gud-until "until %l" "\C-u" "Continue to current line.")
(gud-def gud-run "run" nil "Run the program.")